Uses of Enum
com.cisco.pt.ipc.enums.PortState
Packages that use PortState
-
Uses of PortState in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return PortStateModifier and TypeMethodDescriptionstatic PortStatePortState.fromIntValue(int value) static PortStatePortState.fromIntValue(Integer value) static PortStateReturns the enum constant of this type with the specified name.static PortState[]PortState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PortState in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return PortStateModifier and TypeMethodDescriptionPTPPortData.getPortState()Information provided by the PKI file:PTPPortData.getRecommendedPortState()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type PortStateModifier and TypeMethodDescriptionvoidPTPPortData.setPortState(PortState state) Information provided by the PKI file:voidPTPPortData.setRecommendedPortState(PortState state) Information provided by the PKI file: -
Uses of PortState in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return PortStateModifier and TypeMethodDescriptionPTPPortDataImpl.getPortState()Information provided by the PKI file:PTPPortDataImpl.getRecommendedPortState()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type PortStateModifier and TypeMethodDescriptionvoidPTPPortDataImpl.setPortState(PortState state) Information provided by the PKI file:voidPTPPortDataImpl.setRecommendedPortState(PortState state) Information provided by the PKI file: